home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 06.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  318 b   |  18 lines

  1. global ctime, mainpictlist
  2.  
  3. on exitFrame
  4.   if rollOver(13) then
  5.     cursor(134)
  6.     go(the frame)
  7.   else
  8.     set ctime to 0
  9.     cursor(-1)
  10.     if rollOver(39) then
  11.       go("9,movie")
  12.     else
  13.       set the member of sprite 9 to member getAt(mainpictlist, 3) of castLib "S06"
  14.       go("start")
  15.     end if
  16.   end if
  17. end
  18.